index
:
code/c++
master
Efficiently simulate spin models using a generalized Wolff algorithm.
Jaron Kent-Dobias
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rand.h
blob: 2354f6abb48576b6a2a33e379b1aa0079f95e575 (
plain
)
1
2
3
4
5
6
7
#pragma once
#include <assert.h>
#include <stdio.h>
unsigned long int
rand_seed
();