return function () {
      var tx = menrva.transaction();
      source.set(tx, Math.random());
      tx.commit();
    };