UNPKG

xethya-random-bbs

Version:

An implementation of the Blum Blum Shub PRNG.

11 lines (9 loc) 272 B
/** * xethya-random-bbs * * Copyright © 2016 Joel A. Villarreal Bertoldi. All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE.txt file in the root directory of this source tree. */ export * from './BlumBlumShub.js';