[eigen-commits] commit/eigen: benoitsteiner: Allocate the mersenne twister used by the random number generators on the heap instead of on the stack since they tend to keep a lot of state (i.e. about 5k) around. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: benoitsteiner: Allocate the mersenne twister used by the random number generators on the heap instead of on the stack since they tend to keep a lot of state (i.e. about 5k) around.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Thu, 17 Mar 2016 22:31:09 -0000
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/c4f301c0c2a3/
Changeset: c4f301c0c2a3
User: benoitsteiner
Date: 2016-03-17 22:23:51+00:00
Summary: Allocate the mersenne twister used by the random number generators on the heap instead of on the stack since they tend to keep a lot of state (i.e. about 5k) around.
Affected #: 1 file
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.