Sign in
eigen
/
mirror
/
7e0972963edfa2cd4bcb3be56aa1f6e7cc9293cd
/
.
/
doc
/
snippets
/
MatrixBase_random_int.cpp
blob: bfd3e6bb3380d8e265bca4e743389e1c855d6ec0 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
VectorXi
::
Random
(
2
)
<<
endl
;