Sign in
eigen
/
mirror
/
6f9c2abf31a8f7201edea230f09389c4569291e2
/
.
/
doc
/
snippets
/
MatrixBase_random_int_int.cpp
blob: 20255b5a3e247b66a3310bf4043bcca72a179c16 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
MatrixXi
::
Random
(
2
,
3
)
<<
endl
;