function getRandom()

in src/ristretto255.js [866:868]


function getRandom() {
  return toBytes(getRandomPoint());
}