import { RandomXorshift } from "https://code4fukui.github.io/RandomXorshift/RandomXorshift.js";
for (let j = 0; j < 2; j++) {
const random = new RandomXorshift(2463534242);
for (let i = 0; i < 10; i++) {
console.log(random.next()); // 0から1の間の乱数
}
console.log();
}
-
Notifications
You must be signed in to change notification settings - Fork 0
License
code4fukui/RandomXorshift
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published